home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / tr.dir / 00165_CloseButton.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  410 b   |  16 lines

  1. on mouseDown
  2.   global gTRGameObj, gzTRBalloonObj, gcTRBAL_CH1, gTREndGame
  3.   set the castNum of sprite 47 to the number of cast "CloseButton"
  4.   updateStage()
  5.   if the mouseCast = the number of cast "CloseButton" then
  6.     if gTREndGame = 0 then
  7.       set the visible of sprite 45 to 0
  8.       GetHistState()
  9.       go("BeginHead2Head")
  10.       DisplayPuzzlePcs()
  11.     else
  12.       go("StopGame")
  13.     end if
  14.   end if
  15. end
  16.